.ant-select-selection {
  border: none;
  font-family: SeroPro;
  font-size: 15px;
  color: #000000;
}

.ant-select-selection__placeholder, .ant-select-search__field__placeholder {
  font-family: SBSansInterface-Regular;
  color: #eeeeee;
  overflow: inherit;
}
//span.ant-select-arrow {
//  right: 20px;
//}
.ant-select-arrow .ant-select-arrow-icon img,
.ant-select-focused .ant-select-arrow-icon img,
.ant-select .ant-select-arrow-icon img {
  transition: transform .3s ease-in-out;
}
.ant-select-open .ant-select-arrow-icon img {
  transform: rotate(180deg);
}
.ant-select-focused .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active {
  box-shadow: none;
}
.ant-select-dropdown {
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background: rgba(84, 166, 116, 0.2);
}
.ant-select.ant-select-open {
  border-color: #f2f3f6;
}

.ant-select-lg .ant-select-selection--single {
  height: 100%;
}

.custom-select {
  width: 100%;
  & > .ant-select-selection {
    & > .ant-select-selection__rendered {
      margin: 0;
    }
  }
}

.custom-autocomplete {
  border-bottom: 0;

  & > .ant-select-selection {
    border-radius: 0;
  }
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border: none;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
}

.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}
.ant-select-selection {
  font-size: 1.111vw;
  font-family: SBSansInterface-Regular;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 0 1.111vw;
  @media screen and (max-width: 1000px) {
    font-size: 14px;
    padding: 0 12px;
  }
  @media screen and (min-width: 1680px) {
    font-size: 17px;
    padding: 0 18px;
  }
}
